DELETE BITMAP

This command will delete a specified Bitmap.

  Syntax
DELETE BITMAP Bitmap Number
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.

  Returns

This command does not return a value.

  Description

Deleting bitmaps that are no longer used greatly improves system performance. The parameter should be specified using an integer value.

  Example Code
CREATE BITMAP 1,640,480
SET CURRENT BITMAP 0
DELETE BITMAP 1
WAIT KEY
  See also

BITMAP Commands Menu
Index